'宣言
Public Function New( _ ByVal rb As RadioButton, _ ByVal checkedConverter As Func(Of T,Boolean), _ ByVal convertToValue As Func(Of Boolean,T) _ )
public RadioConditionAdapter<T>( RadioButton rb, Func<T,bool> checkedConverter, Func<bool,T> convertToValue )
パラメータ
- rb
- checkedConverter
- convertToValue